home *** CD-ROM | disk | FTP | other *** search
- package Box2D.Common.Math
- {
- public class _ni781
- {
- public var position:b2Vec2;
-
- public var R:_oh327;
-
- public function _ni781(param1:b2Vec2 = null, param2:_oh327 = null)
- {
- position = new b2Vec2();
- R = new _oh327();
- super();
- if(param1)
- {
- position._kh737(param1);
- R._kp63(param2);
- }
- }
-
- public function _uy378() : void
- {
- position._he34();
- R._uy378();
- }
-
- public function _br741(param1:_ni781) : void
- {
- position._kh737(param1.position);
- R._kp63(param1.R);
- }
-
- public function _cp216(param1:b2Vec2, param2:_oh327) : void
- {
- position._kh737(param1);
- R._kp63(param2);
- }
- }
- }
-
-